home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
1320
/
1320.xpi
/
defaults
/
transforms
/
prefs-0.5.2.xsl
< prev
next >
Wrap
Extensible Markup Language
|
2010-01-22
|
325b
|
15 lines
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<xsl:template match="/">
<xsl:apply-templates/>
</xsl:template>
<xsl:template match="prefs">
<prefs version="0.5.3">
<xsl:copy-of select="node()"/>
</prefs>
</xsl:template>
</xsl:stylesheet>